home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / kmsg / RCS / kmsg.man,v < prev    next >
Encoding:
Text File  |  1991-03-02  |  2.8 KB  |  131 lines

  1. head     1.3;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.3
  10. date     91.03.01.22.41.17;  author kupfer;  state Exp;
  11. branches ;
  12. next     1.2;
  13.  
  14. 1.2
  15. date     88.12.30.09.35.17;  author ouster;  state Exp;
  16. branches ;
  17. next     1.1;
  18.  
  19. 1.1
  20. date     88.12.21.15.19.04;  author ouster;  state Exp;
  21. branches ;
  22. next     ;
  23.  
  24.  
  25. desc
  26. @@
  27.  
  28.  
  29. 1.3
  30. log
  31. @Add a warning about how you can't kmsg a sun from a decstation, or
  32. vice versa.
  33. @
  34. text
  35. @' $Header: /sprite/src/cmds/kmsg/RCS/kmsg.man,v 1.2 88/12/30 09:35:17 ouster Exp Locker: kupfer $ SPRITE (Berkeley)
  36. .so \*(]ltmac.sprite
  37. .HS KMSG cmds
  38. .BS
  39. .SH NAME
  40. kmsg \- Manipulate a remote Sprite kernel
  41. .SH SYNOPSIS
  42. \fBkmsg\fR \fIoption machine\fR
  43. .SH OPTIONS
  44. .IP "\fB\-c\fR" 15
  45. Cause \fImachine\fR to leave the debugger and continue normal
  46. processing.  \fIMachine\fR must currently be in the debugger.
  47. .IP "\fB\-d\fR" 15
  48. Cause \fImachine\fR to suspend normal processing and enter the
  49. debugger.
  50. .IP "\fB\-r\fR" 15
  51. Cause \fImachine\fR to reboot, using the default boot source.
  52. \fIMachine\fR must currently be in the debugger.
  53. .IP "\fB\-R\fI string\fR" 15
  54. Cause \fImachine\fR to reboot, using \fIstring\fR as the boot
  55. source.  \fIMachine\fR must currently be in the debugger.
  56. .IP "\fB\-s\fI string\fR" 15
  57. Print out the version string of the kernel being run by \fImachine\fR.
  58. Exit with a 0 status if the version string matches \fIstring\fR,
  59. and exit with a non-zero status if it doesn't match.
  60. \fIMachine\fR must currently be in the debugger.
  61. .IP "\fB\-v\fR" 15
  62. Print out the version string of the kernel being run by \fImachine\fR.
  63. \fIMachine\fR must currently be in the debugger.
  64. .BE
  65.  
  66. .SH INTRODUCTION
  67. .PP
  68. The \fBkmsg\fR command is used to assist in debugging and rebooting
  69. remote Sprite kernels.  \fIMachine\fR is the name of a machine
  70. running Sprite, and \fIoption\fR specifies what sort of operation
  71. to perform on that machine.  \fBKmsg\fR will open a special network
  72. port to the specified kernel and send it messages to carry out the
  73. specified operation.
  74.  
  75. .SH BUGS
  76. The type (or at least byte-order?) of the target machine must match
  77. that of the machine that
  78. .B kmsg
  79. is run on.
  80.  
  81. .SH KEYWORDS
  82. debug, kernel, reboot, version
  83. @
  84.  
  85.  
  86. 1.2
  87. log
  88. @More format upgrades.
  89. @
  90. text
  91. @d1 1
  92. a1 1
  93. ' $Header: /a/newcmds/kmsg/RCS/kmsg.man,v 1.1 88/12/21 15:19:04 ouster Exp Locker: ouster $ SPRITE (Berkeley)
  94. d40 6
  95. @
  96.  
  97.  
  98. 1.1
  99. log
  100. @Initial revision
  101. @
  102. text
  103. @d1 1
  104. a1 1
  105. ' $Header: /sprite/doc/ref/cmds/RCS/kmsg,v 1.2 88/10/26 10:26:12 ouster Exp $ SPRITE (Berkeley)
  106. d10 1
  107. a10 1
  108. .IP "\fB-c\fR" 15
  109. d13 1
  110. a13 1
  111. .IP "\fB-d\fR" 15
  112. d16 1
  113. a16 1
  114. .IP "\fB-r\fR" 15
  115. d19 1
  116. a19 1
  117. .IP "\fB-R\fI string\fR" 15
  118. d22 1
  119. a22 1
  120. .IP "\fB-s\fI string\fR" 15
  121. d27 1
  122. a27 1
  123. .IP "\fB-v\fR" 15
  124. d34 1
  125. a34 1
  126. The Kmsg command is used to assist in debugging and rebooting
  127. d37 1
  128. a37 1
  129. to perform on that machine.  Kmsg will open a special network
  130. @
  131.